Configuration Options for SOAP Message |
|
You can select the following options to compose the SOAP request with security and reliable messaging configurations.
Option |
Description |
Action |
---|---|---|
No Reply |
To invoke a SOAP request without expecting a reply. For example, few notification messages can be sent and need not be acknowledged on their receipt. Hence, a reply is not expected in such cases. |
Select the check box. |
Transactional |
To send the message using a transactional transport such as MSMQ or JMS. If the receiving service has no transactional transport, the connection points in a non-transactional transport such as a socket will be used. |
Select the check box. |
Login |
To invoke a SOAP Request in the context of a custom user. Process Platform SSO acts as the identity provider in this case. |
|
Sign Message Body |
To sign the SOAP request and enable WS- Security for the associated Web service. |
|
Encrypt Message Body |
To encrypt the SOAP request and enable WS- Security for the associated Web service. |
|